home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / hex.arc / HEX.DEF < prev    next >
Text File  |  1991-02-26  |  404b  |  21 lines

  1. ;---------------------------------------
  2. ;
  3. ;    HEX.DEF module definition file
  4. ;
  5. ;---------------------------------------
  6.  
  7.  
  8.  
  9. NAME            HEX
  10.  
  11. DESCRIPTION     'Hex Dump (c) Kamyar Goodarzi and Jim Boyce, 1991'
  12. EXETYPE         WINDOWS
  13. STUB            'WINSTUB.EXE'
  14. CODE            PRELOAD MOVEABLE DISCARDABLE
  15. DATA            PRELOAD MOVEABLE MULTIPLE
  16. HEAPSIZE        2048
  17. STACKSIZE        8192
  18. EXPORTS         WndProc
  19.                 OpenDlg
  20.                 WinAboutProc
  21.